home *** CD-ROM | disk | FTP | other *** search
- Echo Off
- Cls
- Echo Installing the Hard Disk Version of GANTT-PAC
- Echo The GANTT2 diskette must be in the DOS selected default diskette drive.
- Echo All the files from this diskette will be placed on the C: disk in a
- Echo directory named "C:\Packages\GanttPac". Nothing else will be modified.
- Echo If you disaprove use "Ctl Break" to terminate this install.
- Pause
- CD C:\
- MD C:Packages >Nul
- CD C:Packages
- MD C:GanttPac >Nul
- CD C:GanttPac
- Echo ------------------------------------------------------------------------
- If Exist Gantt2.Exe GoTo Install2
- Echo The GANTT2 diskette is not in the selected drive.
- Echo Please change the DOS default drive so that it is equal
- Echo to the one with this diskette. (A: or B:)
- Echo Then Enter the install command again.
- Goto Exit
- :Install2
- Echo The following files are being copied to "C:\Packages\GanttPac".
- Echo ------------------------------------------------------------------------
- Copy *.* C:\Packages\GanttPac\*.*
- Echo ------------------------------------------------------------------------
- C:
- CD\Packages\GanttPac
- Install2
- :Exit